home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / SHARED.DIR / 01955_Script_ShowHotBox < prev    next >
Text File  |  1995-09-13  |  521b  |  22 lines

  1. global gDestination1, gHotSpotStatus
  2.  
  3. On ShowHotInfoBox WhichHotSpot, WhichHandler1
  4.   ArrowCursor
  5.   set gDestination1 = WhichHandler1
  6.   Puppetsprite 25, true
  7.   puppetsprite 26, true
  8.   set the castnum of sprite 25 = the number of cast WhichHotSpot
  9.   set the locH of sprite (25) to 329
  10.   set the locV of sprite (25) to 227
  11.   set the locH of sprite (26) to 367
  12.   set the locV of sprite (26) to 255
  13.   set gHotSpotStatus = 1
  14.   updatestage
  15. end
  16.  
  17. On HotSpotDestination1
  18.   WatchCursor
  19.   do gDestination1
  20. end
  21.  
  22.